Spread Windows Forms 12.0 Product Documentation
MoveNext Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ListBase.Enumerator<T> Structure : MoveNext Method
Advances the enumerator to the next element of the collection.
Syntax
'Declaration
 
Public Function MoveNext() As Boolean
'Usage
 
Dim instance As ListBase.Enumerator(Of T)
Dim value As Boolean
 
value = instance.MoveNext()
public bool MoveNext()

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
See Also

Reference

ListBase.Enumerator<T> Structure
ListBase.Enumerator<T> Members